home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / SYSTEM.### < prev    next >
Text File  |  1985-03-03  |  3KB  |  68 lines

  1.                        IBM PERSONAL COMPUTER ON-LINE HELP
  2.  
  3.                 Enhancements to the Default System Configuration
  4.  
  5.     The CONFIG.SYS file defines the following features:
  6.  
  7.         ANSI.SYS device driver is installed to provide enhanced keyboard
  8.         and display capabilities.
  9.  
  10.         VDISK.COM device driver is installed to define an electronic disk
  11.         of 16K bytes as drive D:. The size of the RAM disk has been set
  12.         previously by using RSVD to re-size the device created by VDISK.
  13.  
  14.         BUFFERS=15 sets the number of I/O buffers to 15.
  15.  
  16.         FILES=10 sets the maximum number of files allowed to be open at the
  17.         same time to 10.
  18.  
  19.         BREAK=ON allows applications to recognize Ctrl-Break interrupts.
  20.  
  21.     The AUTOEXEC.BAT file implements the following feautres:
  22.  
  23.         KBDBUF extends the size of the keyboard buffer to 159 characters.
  24.  
  25.         PATH extends the search path for executable files to the root directory
  26.         and to the appropriate sub-directories of \utility to allow access to
  27.         the public domain utilities installed on the system.
  28.  
  29.         BACKSCRL defines a circular screen buffer of 8 pages of 25 lines each
  30.         to allow for the recovery of previously displayed information.
  31.  
  32.         BAT installs the Extended Batch Language that significantly enhances
  33.         the capabilities of .BAT files.
  34.  
  35.         LABELVOL changes the label of the drive D: RAM disk to RAMDISK.
  36.  
  37.         COPY copies the IBM Personal Editor support files to the D: RAM disk.
  38.  
  39.         SET places the appropriate character strings into the DOS environment
  40.         to provide the following features to the user supported utility UTIL:
  41.         the editor function calls the IBM Personal Editor; the DO$$$.BAT file
  42.         is written to the RAM disk on drive D:; options are set to lower case
  43.         for directory lists, verify on for copy operations, pause before
  44.         overwriting an existing file, and omit the display of the space
  45.         remaining on a hard disk.
  46.  
  47.         DPATH extends the search path for *.### HELP files to the appropriate
  48.         sub-directories of \help and permits the IBM Personal Editor to access
  49.         its support files copied to the drive D: RAM disk.
  50.  
  51.         DOSEDIT defines a circular buffer of 256 bytes that allows access to
  52.         the most recently entered DOS commands and defines enhanced command
  53.         line editing capabilities. Command aliases contained in the file
  54.         ALIAS.LST are installed.
  55.  
  56.         SCRN blanks the display after 3 minutes of inactivity on the keyboard.
  57.  
  58.         GRAPHICS allows the IBM Graphics Printer to print graphics displays.
  59.  
  60.         VERIFY is set to ON for all copy operations.
  61.  
  62.         SETCLOCK initializes the DOS system clock from the Apparat Clock.
  63.  
  64.         STARTUP.TXT is displayed as a banner message.
  65.  
  66.         PROMPT sets the DOS prompt to ">" without a drive designation.
  67.  
  68.